github.com/andybalholm/brotli.histogramPair.idx1 (field)
18 uses
github.com/andybalholm/brotli (current package)
cluster.go#L12: idx1 uint32
cluster.go#L23: return (p1.idx2 - p1.idx1) > (p2.idx2 - p2.idx1)
cluster_command.go#L15: p.idx1 = p.idx2
cluster_command.go#L28: p.idx1 = idx1
cluster_command.go#L101: best_idx1 = pairs[0].idx1
cluster_command.go#L126: if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
cluster_distance.go#L17: p.idx1 = p.idx2
cluster_distance.go#L30: p.idx1 = idx1
cluster_distance.go#L103: best_idx1 = pairs[0].idx1
cluster_distance.go#L128: if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
cluster_literal.go#L17: p.idx1 = p.idx2
cluster_literal.go#L30: p.idx1 = idx1
cluster_literal.go#L103: best_idx1 = pairs[0].idx1
cluster_literal.go#L128: if p.idx1 == best_idx1 || p.idx2 == best_idx1 || p.idx1 == best_idx2 || p.idx2 == best_idx2 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |